I need code of this OOP program in C++   Write a class with name Time.     Make a constructor which calculates the given...

profilemuhmub

I need code of this OOP program in C++

 

Write a class with name Time.

 

 

Make a constructor which calculates the given time in minutes {if input time is 1hr, then the constructor should return 60minutes. }

 

 

Make another constructor which calculates the time in seconds. { if the input time is 1hr, then the constructor should return 60*60=3600 seconds}.

 

 

Display the contents of both the constructors

    • 11 years ago
    • 999999.99
    Answer(0)
    Bids(0)